﻿
/*#region MAIN FORM LAYOUT CSS*/
#header {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 3rem;
    background-color:#167cda;
}
#pgHeader { 
    padding:3px 6px;
    font-size:15px;
    font-weight:bold;
}
.personPhoto, .signPhoto {
    height: 10rem;
    width: 10rem;
}
.clstdImage{
    width: 10rem;
}
.tdRight {
text-align:right; 
}
/*#ComposeBar {
    top: 3.9rem;
    height: 1.5rem;
    background: #0c6fb3;
    position: fixed;
    padding-top: 0.5rem;
    width: 100%;
    /*border-bottom: 0.1rem solid #00B0F0;
    border-top: 0.1rem solid #DA251C;
}*/
#Content {
    position: fixed;
    top: 5rem;
    bottom: 3.5rem;
    width:100%;
    overflow: auto;
    background-color:white;
}
#checkApplication {
    position: fixed;
    bottom: 2.3rem;
    height: 2.3rem;
    background: #FFF;
    width: 100%;
}
.mnuItm{
    color:#e2f5ff;
    float:right;
    padding-right:1rem;
    cursor:pointer;
    font-size:1.2rem;
    padding-top:0.5rem;
}
.mnuItm:hover{
    color:#f98989;
}

#progressBarFooter {
    position: fixed;
    bottom: 2rem;
    height: 0.2rem;
    background: #00B0F0;
    width: 100%;
}

 
#footer {
    position: fixed;
    bottom: 0rem;
    height: 1.70rem;
    background: #910505;
    width: 100%;    
    color: white;
    padding: 1px 0px;
    text-shadow: 1px 1px 1px gray;
    padding-top: 0.25rem;
    box-shadow:2px 2px 2px #000;
}

#homeBtnsCapt{
    font-size:2rem;
}
#homeBtnContainer{
    padding:0rem;
    height:auto;
    width:51rem;
    margin: auto;
    text-align:center;
    bottom:2rem;
}

#otherOptionContainer{
    padding:1rem;
    height:auto;
    width:48rem;
    margin:2.5rem auto;
    background-color:#e2f5ff;
    border:1px solid #efefef; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.homeMainBtn{
    font-size:1.5rem;
    padding-left:0.5rem;
    padding-top:0.5rem;
    background-repeat:no-repeat;
    background-size: 4rem 2.7rem;
    background-position:right;

    cursor:pointer;
    color:#074977;
    background-color:white;
    height:3rem;
    width:40rem;
    margin:0.7rem auto;
    border:1px solid #efefef; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    transition:background-color 1s, color 1s,height 0.5s,width 0.5s;
    
}
.homeMainBtn:hover {
    background-color:#910505;
    color:white;
    height:3.2rem;
    width:43rem;
}

#LoginMainPage {
    margin:4rem auto;
    width:40%;
    height:20rem; 
    box-shadow:3px 3px 6px #000;
}


#mainPage {
    position: fixed;
    left: 0rem;
    right: 0rem;
    bottom: 1.7rem;
    top: 0rem;
    background-image: url('../img/echsback.jpg');
    background-repeat: no-repeat;
    background-color: #20317F;
    background-size: contain;
    background-position: left;
}


/*APPLICATION FORM CSS*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


table {
    border-collapse: collapse;
    margin: 0;
    border: 0px solid black;
    padding: 0;
}

    table td {
        border: 0 solid;
        padding:4px 0.25rem;
        margin: 0;
    }

    table input {
        width: 99.4%;
        margin: 0;
        height: 2rem;
        border-color: #154020;
        font-weight: 600;
        padding: 0rem;
        border-style: solid;
        border-width: 1px;
    }

    table select {
        width: 100%;
        margin: 0;
        height: 2.15rem;
        border-color: #154020;
        font-weight: 600;
        padding: 0px !important;
        border-style: solid;
        border-width: 1px;
        font-size: 15px;
    }

    table label {
        display: block;
        width: 100%;
        margin: 0;
        height: 1.5rem;
        border-color: #154020;
        font-weight: 600;
        padding: 0;
        border-style: solid;
        border-width: 1px;
        padding-top: 0.5rem;
    }
#appFormCaption {
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
}

/*Style for Table Row with Three Cells*/
.tblFourCol > td:nth-child(1),
.tblFourCol > td:nth-child(2),
.tblFourCol > td:nth-child(3),
.tblFourCol > td:nth-child(4) {
    width: 200px;
    text-align: left;
}

/*Style for Table Row containing Headers with Three Cells*/
.tblFourColHdr > td:nth-child(1),
.tblFourColHdr > td:nth-child(2),
.tblFourColHdr > td:nth-child(3),
.tblFourColHdr > td:nth-child(4) {
    padding-bottom: 0;
    width: 200px;
    text-align: left;
    /*color: #00B0F0;*/
    font-weight: 400;
    font-size: 1rem;
}


/*/*Style for Table Row with One Cells covering entire 3 spans*/
.tblOneCol > td:nth-child(1) {
    width: 800px;
    text-align: left;
}
/*Style for Table Row Header with One Cells covering entire 3 spans*/
.tblOneColHdr > td:nth-child(1) {
    padding-bottom: 0;
    width: 800px;
    text-align: left;
    /*color: #00B0F0;*/
    font-weight: 400;
    font-size: 1rem;
}

/*Style for Table Row with Two Cells*/
.tblTwoCol > td:nth-child(1),
.tblTwoCol > td:nth-child(2) {
    width: 400px;
    text-align: left;
}

/*Style for Table Row Header with Two Cells*/
.tblTwoColHdr > td:nth-child(1),
.tblTwoColHdr > td:nth-child(2) {
    padding-bottom: 0;
    width: 400px;
    text-align: left;
    /*color: #00B0F0;*/
    font-weight: 400;
    font-size: 1rem;
}

/*Style for Table Row with Two Cells*/
.tblThreeCol > td:nth-child(1),
.tblThreeCol > td:nth-child(2) {
    width: 200px;
    text-align: left;
}
.tblThreeCol > td:nth-child(3) {
    width: 400px;
    text-align: left;
}

/*Style for Table Row Header with Two Cells*/
.tblThreeColHdr > td:nth-child(1),
.tblThreeColHdr > td:nth-child(2) {
    padding-bottom: 0;
    width: 200px;
    text-align: left;
    /*color: #00B0F0;*/
    font-weight: 400;
    font-size: 1rem;
}
.tblThreeColHdr > td:nth-child(3) {
    padding-bottom: 0;
    width: 400px;
    text-align: left;
    /*color: #00B0F0;*/
    font-weight: 400;
    font-size: 1rem;
}

.tblCol600_1_3 {
    padding-bottom: 0;
    width:600px;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}
/*Added By Avik*/
.tblCol_2_2 > td:nth-child(1), .tblCol_2_2 > td:nth-child(3) {
    width: 160px;
    text-align: right;
}

.tblCol_2_2 > td:nth-child(2), .tblCol_2_2 > td:nth-child(4) {
    width: 200px;
    text-align: left;
    font-weight: lighter;
}

.frmtbl {
    margin-top: 20px;
}

    .frmtbl tr:nth-child(even) {
        background-color: #edf0ff;
    }

.frmSelect {
    height: 25px;
    padding: 0 !important;
    margin: 0 !important;
}
/*Style for Table Row Header with Two Cells*/
.tblCol600_3_3 > td:nth-child(1),
.tblCol600_3_3 > td:nth-child(2),
.tblCol600_3_3 > td:nth-child(3) {
    padding-bottom: 0;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}
.tblCol600_3_3 > td:nth-child(1), .tblCol600_3_3 > td:nth-child(2) {
    width: 250px;
}
.tblCol600_3_3 > td:nth-child(3) {
    width: 100px;
    text-align: right;
}

.lbl_deleteDP {
    cursor: pointer;
    background-color: #910505;
    color: white;
    border-radius: 2px 2px;
    padding-right: 10px;
    padding-left: 10px;
}

    .lbl_deleteDP:hover {
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }

.divDependant {
    margin-top: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0 0px 2px 0 rgba(0, 0, 0, 0.19);
}
.divPrimary {
    margin-top: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0 0px 2px 0 rgba(0, 0, 0, 0.19);
}

.divLinks {
    color: #0c73af;
    cursor: pointer;
    font-size:0.9rem;
}
.divLinks:hover{
    color:#00B0F0;
    text-decoration:underline;
}

.clsDivFile {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family:fontBold;
}



/* Filters */
.fleft{ 
    float: left;
}
.fright{
    float: right;
}
.clearfix{
    clear: both;
}
.clsDate{
    padding: 7px;
}

#btn_add {
    float: right;
    margin-right: 3px;
    width: auto;
    height: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.19);
    color: black;
    Background: #efefef;
    cursor: pointer;
    padding: 3px 10px;
    font-weight: bold;
    background-image: url('unrestricted/resources/res_internal/img/btn/add.png');
    background-position:center;
    background-size:cover;
}

#btn_refresh, #btnchange, #btn_add {
    float: right;
    margin-right: 3px;
    width: auto;
    height: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.19);
    color: gray;
    Background: #fff;
    cursor: pointer;
    padding: 3px 10px;
}

#btn_home
{
    float: right;
    margin-right: 3px;
    width: auto;
    height: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.19);
    color: gray;
    Background: #fff;
    cursor: pointer;
    padding: 3px 10px;
}

.btn_edit {
    border-radius: 24px;
    padding: 0px 14px;
    margin: 0px;
    border: 1px dotted #00b300;
    background-color: #fff;
    color: #00b300; 
    font-size: 12px;
    height: 24px; 
    cursor:pointer;
}
    .btn_edit:hover {
        background-color: #00b300;
        border: 1px dotted #00b300;
    }

.btn_delete {
    border-radius: 24px;
    padding: 0px 14px;
    margin: 0px;
    border: 1px dotted #cc3300;
    background-color: #fff;
    color: #cc3300;
    font-size: 12px;
    height: 24px;
    cursor: pointer;
}
.txtFrm {
    height: 1.8rem;
    font-size: 11px;
    border-color: #7f7e7e;
    padding: 0px 2px;
    width: 166px;
}
  
.frmHeader
{
    padding:5px;
    font-weight:bolder;
    font-size:13px;
}
.tblFrm{
    width:100%;
}
.tblFrm tr td
{
    font-size:12px;
    text-align:right;
}

.asterisk {
    color: #c21717;
}


.checkbox label {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
    width: auto !important;
    border: none !important;
    height: 1.2rem !important;
    font-weight: normal !important;
    font-size: 13px;
    margin-right:10px;
}

    .checkbox input[type='checkbox'] {
        width: 1.2rem !important;
        height: 1.1rem !important;
        padding: 0;
        margin: 0 !important;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }

.navbar {
    overflow: hidden;
}

    .navbar a {
        float: left;
        font-size: 13px;
        color: black;
        text-align: center;
        padding: 4px 6px;
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 13px;
        border: none;
        outline: none;
        color: black;
        padding: 4px 6px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #ccc;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 2px 6px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
.ctrl_td
{
    text-align:left !important;
}
.DoneFormBtn {
    background-position: center;
    background-image: url("../img/btn//done_blue_s.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    width: 110px;
    height: 40px;
    transition: background-image .25s;
    color: white;
    text-align: left;
    padding-left: 14px;
    outline: none;
    font-family: 'Segoe UI light';
    font-size: 18px;
}
.dash_tiles {
    min-width: 140px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    color: #73879c;
    padding: 12px;
    font-size: 23px;
    border-right: 1px solid #adb2b5;
}